/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    bottom
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          50;
        startFace       49;
    }
    atmosphere
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          50;
        startFace       99;
    }
    left
    {
        type            patch;
        nFaces          1;
        startFace       149;
    }
    right
    {
        type            patch;
        nFaces          1;
        startFace       150;
    }
    frontAndBack
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          100;
        startFace       151;
    }
)

// ************************************************************************* //
